@media not screen and (max-width: 768px)  , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .pc-component {
        display: block;
    }
    .phone-component {
        display: none;
    }
    .theme {
        background-color: #FC4F08 !important;
        border: none !important;
        color: #FFF !important;
    }

    .theme:hover {
        background-color: #ff6b2e !important;
    }

    .canClick {
        cursor: pointer;
    }

    .noClick {
        cursor: default;
    }

    .motion {
        /*-webkit-transition: all .5s;*/
        /*-o-transition: all .5s;*/
        /*-moz-transition: all .5s;*/
        transition: all .5s;
    }

    .motion.out-view {
        opacity: 0;
        /*-webkit-transform: translateY(50px);*/
        /*-moz-transform: translateY(50px);*/
        /*-ms-transform: translateY(50px);*/
        /*-o-transform: translateY(50px);*/
        transform: translateY(50px);
    }

    .motion.in-view {
        opacity: 1;
        /*-webkit-transform: translateY(0);*/
        /*-moz-transform: translateY(0);*/
        /*-ms-transform: translateY(0);*/
        /*-o-transform: translateY(0);*/
        transform: translateY(0);
    }

    /*----------------------------------------------------header------------------------------*/
    body {
        margin: 0;
        padding: 0;
    }

    .contain1315 {
        width: 1315px;
        margin: auto;
    }

    .contain1870 {
        width: 1870px;
        margin: auto;
    }

    .top-bar-box.down {
        background: #FFFFFF;
    }

    .single-hidden {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; /*加宽度width属来兼容部分浏览*/
    }

    .more-hidden {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .top-bar-box.init:hover {
        background: #FFFFFF;
        color: #252B3A;
        box-shadow: 0rem 3rem 4rem 0rem rgba(0, 0, 0, 0.08);
    }

    .top-bar-box:hover .menu-title {
        color: #252B3A;
    }

    .top-bar-box:hover {
        background: #FFFFFF;
        color: #252B3A;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    }

    .top-bar-box:hover .top-bar-btn {
        color: #252B3A;
    }

    .top-bar-box:hover .menu-title {
        color: #252B3A;
    }

    .top-bar-box.down .menu-title {
        color: #252B3A;
    }

    .top-bar-box.down .top-bar-btn {
        color: #252B3A;
    }

    .top-bar-box {
        z-index: 100;
        width: 100%;
        height: 64px;
        position: fixed;
        /*position: absolute;*/
        color: #FFFFFF;
        transition: background 0.3s ease-in-out;
        background: #FFFFFF;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
    }

    .top-bar-box .center-box {
        display: flex;
        padding: 1px 0;
        margin: auto;
        width: 1315px;
        justify-content: space-between;
    }

    .top-bar-box .logo-box {
        margin-right: 10px;
    }

    .top-bar-box .logo-img {
        width: 125px;
        height: 51px;
        object-fit: contain;
        margin-top: 5px;
    }

    .top-bar-box .top-bar {
        width: 920px;
    }

    .top-bar-box .top-bar-ul {
        display: flex;
        padding-left: 50px;
        margin: 0;
        height: 100%;
    }

    .top-bar-box .menuItem {
        /*padding: 20px;*/
        /*padding-top: 24px;*/
        color: #252B3A;
        list-style-type: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .top-bar-box .menuItem.active .menu-title {
        color: #FC4F08;
    }

    /*.top-bar-box .menuItem.active::after{*/
    /*    border-bottom: 3px solid #fc4f08;*/
    /*    position: absolute;*/
    /*    left: 10%;*/
    /*    top: 0;*/
    /*    content: "";*/
    /*    width: 80%;*/
    /*    height: 61px;*/
    /*    box-sizing: border-box;*/
    /*    pointer-events: none;*/
    /*}*/
    .top-bar-box .menuItem.active .sub-menu-title .menu-title {
        color: #252B3A;
    }

    .top-bar-box .menuItem.active .sub-menu-title .menu-title.jump:hover {
        color: #FC4F08;
    }

    .top-bar-box .menu-title {
        height: 20px;
        font-size: 14px;
        font-family: Helvetica;
        color: #252B3A;
        /*color: #FFFFFF;*/
        line-height: 17px;
        text-decoration: none;
        cursor: default;
    }

    .top-bar-box .menuItem .menu-first {
        display: inline-block;
        padding: 0 20px;
        box-sizing: border-box;
        height: auto;
    }

    .top-bar-box .menu-title.jump {
        cursor: pointer;
    }

    .top-bar-box .menu-title.jump:hover {
        color: #FC4F08;
    }

    .top-bar-box .menuItem::after {
        border-bottom: 3px solid #fc4f08;
        position: absolute;
        left: 100%;
        top: 0;
        content: "";
        width: 0%;
        height: 61px;
        box-sizing: border-box;
        transition: all 0.3s ease-out;
        pointer-events: none;
    }

    .top-bar-box .menuItem:hover::after {
        /*border-bottom: 3px solid #fc4f08;*/
        /*position: absolute;*/
        /*left: 10%;*/
        /*top: 0;*/
        /*content: "";*/
        width: 100%;
        left: 0;
        /*height: 61px;*/
        /*box-sizing: border-box;*/
        /*pointer-events: none;*/
    }

    .top-bar-box .menuItem:hover + .menuItem::after {
        left: 0;
    }

    .top-bar-box .sub-menu {
        background-color: #FFFFFF;
        position: absolute;
        top: 63px;
        left: -70px;
        padding: 2px 20px 10px 20px;
        display: flex;
        z-index: 10;
        /*display: none;*/
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 5px 5px;
        transition: all 0.05s ease-in-out;
        box-shadow: inset 0px 2px 3px 0px rgb(0 0 0 / 8%);
        max-width: 1200px;
    }

    .top-bar-box .sub-menu.block {
        display: block;
        left: -15px;
    }

    .top-bar-box .sub-menu.default {
        display: flex;
    }

    .top-bar-box .sub-menu.show {
        /*display: flex!important;*/
        opacity: 1;
        visibility: visible;
    }

    .top-bar-box .sub-menu-item {
        position: relative;
        flex-shrink: 1;
        width: 235px;
        flex-grow: 1;
        display: inline-block;
    }

    .top-bar-box .sub-menu.block .sub-menu-item {
        width: 205px;
        /*padding-left: 5px;*/
    }

    .top-bar-box .sub-menu-title {
        /*width: 80px;*/
        /*width: 100%;*/
        height: 22px;
        font-size: 16px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #686868;
        line-height: 19px;
        margin: 20px 24px 10px 10px;
    }

    .top-bar-box .sub-menu.block .sub-menu-title {
        position: relative;
        height: auto;
        padding-left: 30px;
    }

    .top-bar-box .sub-menu-content {
    }

    .top-bar-box .sub-menu-content-a {
        display: flex;
        margin: 20px 10px;
        text-decoration: none;
    }

    .top-bar-box .sub-menu-content-img {
        width: 24px;
        height: 24px;
    }

    .top-bar-box .sub-menu.block .sub-menu-content-img {
        position: absolute;
        left: 0px;
        top: -2px;
    }

    .top-bar-box .sub-menu-content-text {
        /*height: 24px;*/
        font-size: 14px;
        font-family: Helvetica;
        color: #8A8E99;
        line-height: 24px;
        margin-left: 2px;
    }

    .top-bar-box .sub-menu.block .menu-second {
        /*padding-left: 26px;*/
    }

    .top-bar-box .sub-menu-content-a:hover .sub-menu-content-text {
        color: #FC4F08;
    }

    .clear {
        clear: both;
    }

    .top-bar-box .left-bar-box {
        display: flex;
    }

    .top-bar-box .right-bar-box {
        display: flex;
        /*margin-left: 50px;*/
    }

    .top-bar-box .login-box {
        height: 21px;
        margin: auto;
        margin-right: 20px;
        font-size: 15px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        /*color: #252B3A;*/
        line-height: 21px;
    }

    .top-bar-box .top-bar-btn {
        margin: auto 5px;
        letter-spacing: 1px;
        height: 32px !important;
        line-height: 32px !important;
        border-radius: 20px;
        padding: 0 10px;
        /*color: #FFFFFF;*/
    }

    .top-bar-box .top-bar-btn.btn-a {
        color: #FFFFFF;
        background-color: #FC4F08;
    }

    .top-bar-box .top-bar-btn.btn-a:hover {
        background-color: #ff6b2e;
    }

    .top-bar-box .top-bar-btn img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .top-bar-box .sure {
        background-color: #FC4F08 !important;
        border: none !important;
        color: #FFF !important;
    }

    .top-bar-box .sure:hover {
        background-color: #ff6b2e !important;
    }

    /*---------------------------------------------------footer----------------------------*/
    .side-guide {
        position: fixed;
        bottom: 100px;
        right: 20px;
        z-index: 999;
    }

    .side-guide a:hover {
        text-decoration: none;
    }

    .side-guide .side-hover {
        display: none;
        right: 76px;
        max-width: none;
        position: absolute;
    }

    .side-guide .side-hover-qr {
        top: 70px;
        border-radius: 4px;
        border: 1px solid #EDEDED;
    }

    .side-guide .side-hover-qr img {
        width: 120px;
        height: 120px;
        border-radius: 4px;
        object-fit: contain;
    }

    .side-guide .side-hover-tel {
        top: 0;
        /*height: 80px !important;*/
        /*width: 215px !important;*/
        line-height: 30px;
        text-align: left;
        border-radius: 4px;
        /*padding-left: 15px;*/
    }

    .side-guide .side-hover-qq {
        bottom: 0px;
        height: 80px !important;
        width: 215px !important;
        line-height: 30px;
        text-align: left;
        padding-left: 15px;
    }

    .side-guide .side-hover .arrow,
    .side-guide .side-hover .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .side-guide .side-hover .arrow {
        border-width: 11px;
    }

    .side-guide .side-hover .arrow:after {
        border-width: 10px;
        content: "";
    }

    .side-guide .side-hover .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #333;
        border-left-color: rgba(0, 0, 0, 0.5);
    }

    .side-guide .side-hover .arrow:after {
        right: 2px;
        border-right-width: 0;
        bottom: -10px;
    }

    .side-guide .side-img-weixin {
        width: 140px;
        height: 140px;
        position: absolute;
        bottom: 79px;
        right: 95px;
        border: 1px solid #bbb;
        display: none;
    }

    .side-guide .side-opt-item {
        width: 70px;
        height: 70px;
        background: #F54C08;
        text-align: center;
    }

    .side-guide .side-opt-item-text {
        height: 17px;
        font-size: 12px;
        font-family: Helvetica;
        color: #FFFFFF;
        line-height: 14px;
        margin: 0;
        margin-top: 4px;
        /*margin-bottom: 10px;*/
        text-decoration: none;
    }

    .side-guide .side-opt-item-img {
        width: 36px;
        height: 36px;
        margin-top: 10px;
        object-fit: contain;
    }

    .side-guide .side-opt-item-img-hover {
        width: 36px;
        height: 36px;
        margin-top: 10px;
        display: none;
    }

    .side-guide .side-guide a {
        text-decoration: none;
    }

    .phone-box {
        background-color: #FFF;
        width: 170px;
        height: 65px;
        border-radius: 4px;
        border: 1px solid #EDEDED;
    }

    .phone-box .queston-item {
        display: flex;
        /*padding: 14px;*/
        padding: 10px;
        padding-bottom: 0;
    }

    .phone-box .queston-item .img-item-box {
        width: 50px;
        height: 40px;
        text-align: center;
    }

    .phone-box .queston-item .img-item-box img {
        width: 36px;
        height: 36px;
        object-fit: contain;
        margin: 5px 0;
    }

    .phone-box .queston-item .right-box {
        width: 110px;
        padding-top: 7px;
    }

    .phone-box .queston-item .right-box .description {
        /*width: 110px;*/
        height: 20px;
        font-size: 14px;
        font-family: Helvetica;
        color: #000000;
        line-height: 17px;
        -webkit-background-clip: text;
        /*margin-bottom: 5px;*/
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .phone-box .queston-item .right-box .phone {
        width: 110px;
        height: 17px;
        font-size: 14px;
        font-family: Helvetica;
        color: #FC4F08;
        line-height: 17px;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .sideHoverTrigger:hover {
        background-color: #ff6b2e;
    }

    #goTop .sideHoverTrigger-top {
        background-color: #FFF;
        margin-top: 8px;
        box-shadow: 0px 0px 16px 0px rgba(151, 151, 151, 0.3);
        border-radius: 4px;
    }

    #help_weibo .side-opt-item {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: 1px solid #dd2d17;
    }

    #help_weixin .side-opt-item {
        border-bottom: 1px solid #dd2d17;
    }

    #ues_free .side-opt-item {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #goTop .top-text {
        height: 20px;
        font-size: 14px;
        font-family: Helvetica;
        color: #999999;
        line-height: 17px;
    }

    #goTop .sideHoverTrigger-top:hover .top-text {
        color: #FC4F08;
    }

    #goTop .sideHoverTrigger-top:hover .side-opt-item-img-hover {
        display: inline-block;
    }

    #goTop .sideHoverTrigger-top:hover .side-opt-item-img {
        display: none;
    }

    /*上面是右侧联系我们浮动框的css*/
    /*底部的css*/
    .footer_bar {
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
        background: #363636;
    }

    .footer_bar .first-box {
        width: 100%;
        height: 184px;
        position: relative;
    }

    .footer_bar .first-box .first-box-img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

    .footer_bar .first-box .first-box-text {
        margin: 42px auto 0;
    }

    .footer_bar .first-box .first-box-btn {
        margin: 21px auto;
        height: 43px;
        background: #FFFFFF;
        font-size: 22px;
        font-family: Helvetica-BoldOblique, Helvetica;
        color: #FC6223;
        line-height: 26px;
        z-index: 10;
    }

    /*黑色部分*/
    .footer_bar .second-box {
        /*background-color: #363636;*/
        width: 1315px;
        margin: 0 auto 0;
        padding-bottom: 24px;
    }

    /*分割线3个*/
    .slider-line {
        width: 1315px;
        height: 1px;
        margin: 20px auto 0;
        /*margin-top: 20px;*/
        background: rgba(183, 183, 183, 0.1);
    }

    .slider-vertical-line {
        background: rgba(183, 183, 183, 0.1);
        width: 1px;
        height: 409px;
        margin: 0 20px;
    }

    .slider-small-vertical-line {
        background: rgba(183, 183, 183, 1);
        width: 1px;
        height: 10px;
        margin: auto 8px;
    }

    .footer_bar .top-box {
        width: 1315px;
        display: flex;
        margin-top: 30px;
    }

    .footer_bar .top-box .top-box-item {
        /*display: inline-block;*/
        margin: 10px 30px;
        flex-grow: 1;
        flex-shrink: 0;
        text-align: center;
    }

    .footer_bar .top-box .top-box-item:nth-of-type(1) {
        margin-left: 0;
    }

    .footer_bar .top-box .top-box-item:last-child {
        margin-right: 0;
    }

    .footer_bar .top-box .top-box-item img {
        height: 57px;
    }

    .footer_bar .top-box .top-box-item .top-box-item-text {
        height: 20px;
        font-size: 14px;
        font-family: Helvetica-Bold, Helvetica;
        /*font-weight: bold;*/
        /*color: #FFFFFF;*/
        color: #BDBDBD;
        line-height: 17px;
        margin-top: 10px;
    }

    /*中间区域*/
    .footer_bar .center-box {
        width: 1315px;
        padding-top: 20px;
        display: flex;
    }

    .footer_bar li {
        list-style-type: none;
    }

    .footer_bar a {
        text-decoration: none;
    }

    .footer_bar .center-box .center-left-box {
        width: 876px;

    }

    .footer_bar .center-box .center-left-box .center-left-item-ul {
        display: flex;
    }

    .footer_bar .center-box .center-left-box .center-left-item {
        flex-grow: 1;
    }

    .footer_bar .center-box .center-left-box .center-left-item-text {
        height: 22px;
        font-size: 14px;
        font-family: Helvetica-Bold, Helvetica;
        /*font-weight: bold;*/
        color: #FFFFFF;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children-ul {
        margin-top: 10px;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children {
        margin: 9px 0;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children a {
        height: 20px;
        font-size: 13px;
        font-family: Helvetica;
        color: #BDBDBD;
        line-height: 17px;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children a:hover {
        color: #FC4F08;
    }

    /*中间右侧的css*/
    .footer_bar .center-box .center-right-box {
        margin-left: 60px;
    }

    .footer_bar .center-box .center-right-box .center-right-top-box {
        margin-bottom: 20px;

    }

    .footer_bar .center-box .center-right-box .description {
        height: 20px;
        font-size: 14px;
        font-family: Helvetica-Bold, Helvetica;
        /*font-weight: bold;*/
        /*color: #FFFFFF;*/
        color: #BDBDBD;
        line-height: 17px;
    }

    .footer_bar .center-box .center-right-box .item {
    }

    .footer_bar .center-box .center-right-box .tel img {
        width: 20px;
        height: 20px;
    }

    .footer_bar .center-box .center-right-box .tel {
        display: flex;
        height: 17px;
        font-size: 14px;
        font-family: Helvetica;
        /*color: #FFFFFF;*/
        color: #BDBDBD;
        line-height: 17px;
        margin: 10px 0;
    }

    .footer_bar .center-box .center-right-second-box {
        margin: 30px 0;
        /*color: #FFFFFF;*/
        color: #BDBDBD;
    }

    .footer_bar .center-box .center-right-second-box .city-name {
        display: flex;
    }

    .footer_bar .center-box .center-right-second-box .city {
        display: flex;
    }

    .footer_bar .center-box .center-right-second-box .address {
        margin-top: 2px;
    }

    .footer_bar .center-box .center-right-bottom-box {
        display: flex;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item {
        text-align: center;
        margin: 10px 20px;
        margin-left: 0;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item img {
        width: 104px;
        height: 104px;
        object-fit: contain;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item .qrcode-text {
        text-align: center;
        /*color: #FFFFFF;*/
        color: #BDBDBD;
        margin-top: 5px;
    }

    .footer_bar .bottom-box {
        font-size: 12px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #BDBDBD;
        line-height: 14px;
        margin-top: 20px;
    }

    .footer_bar .bottom-box .bottom-description {
        margin-bottom: 10px;
    }

    .footer_bar .bottom-box .bottom-second img {
        width: 16px;
        height: 16px;
    }

    .bottom-fix-box {
        display: none;
    }

    /*------------------分页----------------------*/
    .newsInformationPage {
        text-align: center;
        margin-top: 25px;
    }

    .newsInformationPage.page_hide {
        display: none;
    }

    .newsInformationPage .layui-laypage a:hover {
        color: #FC4F08;
    }

    /*-----------------------图片组件---------------------*/
    /*.newsDetail{*/
    /*    padding-top: 64px;*/
    /*}*/

    /*.footer_bar {*/
    /*    width: 1920px;*/
    /*}*/

    .banner-box .full {
        width: 1920px !important;
        margin: auto;
    }

    .banner-box .big {
        width: 1920px !important;
        /*height: 480px !important;*/
        margin: auto;
    }

    .ourProduce {
        width: 1920px;
        /*width: 100%;*/
    }

    .tabCell {
        width: 1920px;
        /*width: 100%;*/
    }

    .imgText {
        width: 1920px;
        /*width: 100%;*/
    }

    .newsInformation-box {
        width: 1920px;
        /*width: 100%;*/
    }

    .cardList {
        width: 1920px;
        /*width: 100%;*/
    }

    .list2-box {
        width: 1920px;
        /*width: 100%;*/
    }

    .hoverCardList {
        width: 1920px;
        /*width: 100%;*/
    }

    .rich-box {
        width: 1920px;
        /*width: 100%;*/
    }

    .img-box {
        width: 1920px;
        /*width: 100%;*/
    }
    .top-bar-box .top-bar-btn, .top-bar-box .menu-title {
        color: #252B3A;
    }
}
@media screen and (max-width: 768px)  {
    .pc-component {
        display: none;
    }
    .phone-component {
        display: block;
    }
    .banner-box .full,.banner-box .big {
        width: 100% !important;
        /*height: 8rem !important;*/
    }

    body {
        margin: 0;
        padding: 0;
        padding-top: 0.64rem !important;
    }

    .single-hidden {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; /*加宽度width属来兼容部分浏览*/
    }

    .more-hidden {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    /*    --------------------footer-------------------*/
    .side-guide {
        display: none;
    }

    .footer_bar {
        width: 100%;
        background: #363636;
    }

    .footer_bar .first-box {
        width: 100%;
        height: 1.84rem;
        position: relative;
    }

    .footer_bar .first-box .first-box-img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footer_bar .first-box .first-box-text {
        margin: 0.42rem auto 0;
    }

    .footer_bar .first-box .first-box-btn {
        margin: 0.21rem auto;
        height: 0.43rem;
        background: #FFFFFF;
        font-size: 0.22rem;
        font-family: Helvetica-BoldOblique, Helvetica;
        color: #FC6223;
        line-height: 0.26rem;
        z-index: 10;
    }

    /*黑色部分*/
    .footer_bar .second-box {
        /*background-color: #363636;*/
        width: 100%;
        /*margin: 24rem auto 0;*/
        padding-bottom: 1.54rem;
    }

    /*分割线3个*/
    .slider-line {
        width: 100%;
        height: 0.01rem;
        margin: 0.20rem 0;
        display: none;
        background: rgba(183, 183, 183, 0.1);
    }

    .slider-vertical-line {
        background: rgba(183, 183, 183, 0.1);
        width: 0.01rem;
        height: 4.09rem;
        margin: 0 0.20rem;
        display: none;
    }

    .slider-small-vertical-line {
        background: #6A7284;
        width: 0.01rem;
        height: 0.16rem;
        margin: auto 0.13rem;
    }

    .footer_bar .top-box {
        width: 13.15rem;
        display: flex;
        display: none;
    }

    .footer_bar .top-box .top-box-item {
        /*display: inline-block;*/
        margin: 0.10rem 0.30rem;
        flex-grow: 1;
        flex-shrink: 0;
        text-align: center;
    }

    .footer_bar .top-box .top-box-item:nth-of-type(1) {
        margin-left: 0;
    }

    .footer_bar .top-box .top-box-item:last-child {
        margin-right: 0;
    }

    .footer_bar .top-box .top-box-item img {
        height: 0.57rem;
    }

    .footer_bar .top-box .top-box-item .top-box-item-text {
        height: 0.20rem;
        font-size: 0.14rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.17rem;
        margin-top: 0.3rem;
    }

    /*中间区域*/
    .footer_bar .center-box {
        width: 100%;
        padding-top: 0.20rem;
        display: flex;
    }

    .footer_bar li {
        list-style-type: none;
    }

    .footer_bar a {
        text-decoration: none;
    }

    .footer_bar .center-box .center-left-box {
        width: 8.76rem;
        display: none;

    }

    .footer_bar .center-box .center-left-box .center-left-item-ul {
        display: flex;
    }

    .footer_bar .center-box .center-left-box .center-left-item {
        flex-grow: 1;
    }

    .footer_bar .center-box .center-left-box .center-left-item-text {
        height: 0.22rem;
        font-size: 0.16rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.19rem;
        margin-bottom: 0.15rem;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children-ul {
        margin-top: 0.10rem;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children {
        margin: 0.07rem 0;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children a {
        height: 0.20rem;
        font-size: 0.14rem;
        font-family: Helvetica;
        color: #BDBDBD;
        line-height: 0.17rem;
    }

    .footer_bar .center-box .center-left-box .center-left-item .center-left-children a:hover {
        color: #FC4F08;
    }

    /*中间右侧的css*/
    .footer_bar .center-box .center-right-box {
        margin-left: 0.60rem;
    }

    .footer_bar .center-box .center-right-box .center-right-top-box {
        margin-bottom: 0.20rem;

    }

    .footer_bar .center-box .center-right-box .description {
        font-weight: bold;
        height: 0.30rem;
        font-size: 0.22rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #757C8A;
        line-height: 0.26rem;
    }

    .footer_bar .center-box .center-right-box .item {
    }

    .footer_bar .center-box .center-right-box .tel img {
        width: 0.32rem;
        height: 0.32rem;
    }

    .footer_bar .center-box .center-right-box .tel {
        display: flex;
        margin: 0.10rem 0;
        height: 0.38rem;
        font-size: 0.32rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #8D94A5;
        line-height: 0.38rem;
    }

    .footer_bar .center-box .center-right-second-box {
        margin: 0.30rem 0;
        color: #FFFFFF;
        display: flex;
        flex-direction: column-reverse;
    }

    .footer_bar .center-box .center-right-second-box .city-name {
        display: flex;
        height: 0.30rem;
        font-size: 0.22rem;
        font-family: Helvetica;
        color: #757C8A;
        line-height: 0.26rem;
    }

    .footer_bar .center-box .center-right-second-box .city {
        display: flex;
    }

    .footer_bar .center-box .center-right-second-box .address {
        margin-top: 0.2rem;
        height: 0.30rem;
        font-size: 0.22rem;
        font-family: Helvetica;
        color: #757C8A;
        line-height: 0.26rem;
    }

    .footer_bar .center-box .center-right-bottom-box {
        display: flex;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item {
        text-align: center;
        margin: 0.10rem;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item img {
        width: 1.30rem;
        height: 1.30rem;
    }

    .footer_bar .center-box .center-right-bottom-box .qrcode-item .qrcode-text {
        text-align: center;
        height: 0.30rem;
        font-size: 0.22rem;
        font-family: Helvetica;
        color: #757C8A;
        line-height: 0.26rem;
    }

    .footer_bar .bottom-box {
        font-size: 0.12rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #BDBDBD;
        line-height: 0.14rem;
        padding-left: 0.60rem;
    }

    .footer_bar .bottom-box .bottom-description {
        margin-bottom: 0.10rem;
        width: 4.00rem;
        font-size: 0.16rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #757C8A;
        line-height: 0.3rem;
    }

    .footer_bar .bottom-box .bottom-second img {
        width: 0.19rem;
        height: 0.19rem;
    }

    .footer_bar .bottom-box .bottom-second span {
        height: 0.22rem;
        font-size: 0.16rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #757C8A;
        line-height: 0.19rem;
    }

    .bottom-fix-box {
        width: 100%;
        height: 1.28rem;
        display: flex;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        bottom: 0;
    }
    .bottom-fix-box .bottom-text-box{
        flex: 1;
        padding: 0.50rem 0.60rem;
        box-sizing: border-box;
    }
    .bottom-fix-box .bottom-text-box .bottom-text{
        height: 0.42rem;
        font-size: 0.30rem;
        font-family: Helvetica;
        color: #FFFFFF;
        line-height: 0.36rem;

    }
    .bottom-fix-box .bottom-btn-box{
        width: 38%;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .bottom-fix-box .bottom-btn-box .line-btn{
        margin: 0.30rem auto;
        border-radius: 4rem;
        background-color: #FC4F08;
        color: #FFFFFF;
        text-align: center;
        padding: 0.14rem 0.33rem;
        box-sizing: border-box;
        width: 2.26rem;
        font-size: 0.24rem;
        font-family: Helvetica;
        color: #FFFFFF;
        line-height: 0.29rem;
        cursor: pointer;
    }
    /*    -------------------header----------------*/

    .top-bar-box.init {
        background: transparent;
        box-shadow: 0rem 0.03rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
    }
    .top-bar-box.fixed {
        position: fixed;
        background: #FFFFFF;

    }

    .top-bar-box {
        z-index: 100;
        width: 100%;
        height: 0.64rem;
        /*position: absolute;*/
        color: #FFFFFF;
        position: fixed;
        background-color: #fff;
        top: 0;
    }

    .top-bar-box .center-box {
        display: flex;
        padding: 0.01rem 0;
        margin: auto;
        width: 100%;
        justify-content: space-between;
    }

    .top-bar-box .logo-box {
        margin-right: 0.16rem;
    }

    .top-bar-box .logo-img {
        width: 1.46rem;
        height: 0.54rem;
        object-fit: contain;
        margin-top: 0.05rem;
    }

    .top-bar-box .top-bar {
        width: 0.45rem;
        height: 0.45rem;
        margin:auto 0;
    }
    .top-bar-box .top-bar .top-bar-img-default{
        display: block;
        width: 0.45rem;
        height: 0.45rem;
        background-image: url("../img/header/趣看menu.png");
        object-fit: contain;
        background-size: contain;
    }
    .top-bar-box .top-bar .top-bar-img-active{
        display:none;
        width: 0.45rem;
        height: 0.45rem;
        background-image: url("../img/header/趣看menu-close.png");
        object-fit: contain;
        background-size: contain;
    }
    .top-bar-box .content-box{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #FFFFFF;
        margin: 0;
        left: 0;
        top: 0.63rem;
        z-index: 1000;
        display: none;
    }
    .top-bar-box .left-background-box{
        width: 1.86rem;
        height: 100vh;
        background-color: #F4F5F6;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .top-bar-box .top-bar-ul {
        /*display: flex;*/
        /*position: absolute;*/
        margin: 0;
        left: 0;
        top: 0.64rem;
        z-index: 1000;
        /*width: 100%;*/
        /*height: 100%;*/
        /*background-color: #FFFFFF;*/
    }

    .top-bar-box .menuItem {
        padding: 0.20rem;
        padding-top: 0.24rem;
        list-style-type: none;
        /*position: relative;*/
        background-color: #F4F5F6;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.33rem;
        width: 1.86rem;
        box-sizing: border-box;
        height: 0.84rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-bar-box .menuItem.active{
        background-color: #FFFFFF;
    }
    /*.top-bar-box .menuItem.active .menu-title {*/
    /*    color: #FC4F08;*/
    /*}*/

    .top-bar-box .menu-title {
        /*color: #FFFFFF;*/
        text-decoration: none;
        height: 0.33rem;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.33rem;
    }
    .top-bar-box .menuItem > .more-icon{
        transform: rotate(-90deg);
    }
    .top-bar-box .sub-menu {
        background-color: #FFFFFF;
        position: absolute;
        top: 0rem;
        left: 1.86rem;
        padding: 0.20rem;
        /*display: flex;*/
        z-index: 10;
        width: 70%;
        display: none;
    }

    .top-bar-box .sub-menu-item {
        position: relative;
        flex-shrink: 0;
        width: 100%;
        flex-grow: 1;
        border-bottom: 0.01rem solid #8d8d8d;
    }

    .top-bar-box .sub-menu-title {
        /*width: 80rem;*/
        /*width: 100%;*/
        margin: 0.24rem 0.30rem;
        height: 0.33rem;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.33rem;
        display: flex;
        justify-content: space-between;
    }
    .top-bar-box .more-icon{
        width: 0.26rem;
        height: 0.29rem;
        display: block;
        background-image: url("../img/header/show-more-icon.png");
        object-fit: contain;
        background-size: contain;
    }
    .top-bar-box .more-icon.close-more{
        background-image: url("../img/header/close-more-icon.png");
        object-fit: contain;
        background-size: contain;
    }
    .top-bar-box .sub-menu-content {
        display: none;
    }

    .top-bar-box .sub-menu-content-a {
        display: flex;
        margin: 0.24rem 0.20rem;
        margin-left: 0.54rem;
        text-decoration: none;
        height: 0.33rem;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.33rem;
    }

    .top-bar-box .sub-menu-content-img {
        width: 0.24rem;
        height: 0.24rem;
        display: none;
    }

    .top-bar-box .sub-menu-content-text {
        height: 0.33rem;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.33rem;
    }

    /*.top-bar-box .sub-menu-content-a:hover .sub-menu-content-text {*/
    /*    color: #FC4F08;*/
    /*}*/

    .clear {
        clear: both;
    }

    .top-bar-box .left-bar-box {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        padding: 0 0.15rem;
    }

    .top-bar-box .right-bar-box {
        display: none;
        /*margin-left: 50rem;*/
    }

    .top-bar-box .login-box {
        height: 0.21rem;
        margin: auto;
        margin-right: 0.20rem;
        font-size: 0.15rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        /*color: #252B3A;*/
        line-height: 0.21rem;
    }

    .top-bar-box .top-bar-btn {
        margin: auto;
        letter-spacing: 0.02rem;
        height: 0.32rem !important;
        line-height: 0.32rem !important;
    }

    .top-bar-box .sure {
        background-color: #FC4F08 !important;
        border: none !important;
        color: #FFF !important;
    }

    .top-bar-box .sure:hover {
        background-color: #ff6b2e !important;
    }

}

